Global.eGlobalAccess


Ennumerator indicating type of access available to a global.

enum eGlobalAccess{ GA_Read = 0x01, GA_Write = 0x02 };

Values:
GA_Read specifies read only, whereas the GA_Write specifies read or write.

See also:
Global.eGlobalType.